﻿
/* CSS Document */
.main_left {
 background: #fff;
}
/* newListT */
.articleT {
 border-bottom: solid 1px #e6e6e6;
 font-size: 16px;
 height: 41px;
 line-height: 41px;
 color: #333;
 padding: 0 5px;
}
.articleL {
 float: left;
 display: inline-block;
}
.articleR {
 float: right;
 display: inline-block;
}
.detailWrap {
 overflow: hidden;
 padding-bottom: 30px;
}
.detail_tit {
 color: #ed6d00;
 font-size: 28px;
 line-height: 40px;
 margin-top: 7px;
 padding: 10px 25px;
}
.summary {
 line-height: 25px;
 margin-bottom: 32px;
 padding: 0 25px;
}
.detail_hint {
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 border-bottom: solid 1px #e6e6e6;
 color: #999;
 padding: 0 25px;
}
.keyword {
 padding-right: 20px;
}
.keyLink {
 color: #6eb4cd;
 margin-left: 6px;
}
.keyLink:hover {
 text-decoration: underline;
}
.detail {
 padding: 30px 25px;
 font-size: 16px;
 line-height: 30px;
 text-indent: 2em;
}
.detail img {
 max-width: 640px;
}
.detail p {
 margin: 18px 0;
}
.imgDemo {
 margin-bottom: 30px;
 text-align: center;
}
.pDemo {
 margin-bottom: 30px;
}
.hDemo {
 margin-bottom: 30px;
 font-size: 16px;
 font-weight: bold;
}
.articleT2 {
 padding: 0 25px;
}
.itemOut {
 padding: 0 25px;
}
.collectW {
 display: block;
 font-size: 16px;
 left: 543px;
 position: relative;
 text-align: center;
 width: 24px;
 height: 24px;
 overflow: hidden;
}
.toCollect {
 background: url(../image/collect1.png) left top no-repeat;
 color: #e6e6e6;
 display: block;
 height: 24px;
 overflow: hidden;
 width: 24px;
}
.toCollect:hover {
 color: #80bad3;
 background: url(../image/collect2.png) left top no-repeat;
}
.toCollect.hasCollect {
 color: #e6e6e6;
 background: url(../image/collect2.png) left top no-repeat;
}
.collectThisW {
 position: relative;
 height: 25px;
}
.collectThis {
 font-size: 12px;
 border: solid 1px #000;
 padding: 0 5px;
 left: 545px;
 top: 7px;
 position: relative;
 display: none;
}

